home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / atcpsd40.lha / AmiTCP-4.0-gcc / netinclude / bsdsocket.h next >
C/C++ Source or Header  |  1995-06-04  |  464b  |  18 lines

  1. #ifndef BSDSOCKET_H
  2. #define BSDSOCKET_H \
  3.        "$Id: bsdsocket.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $"
  4. /*
  5.  *    Compiler dependent prototypes and inlines for bsdsocket.library
  6.  *
  7.  *    Copyright ⌐ 1994 AmiTCP/IP Group, Network Solutions Development, Inc.
  8.  *             All rights reserved.
  9.  */
  10.  
  11. #include <unistd.h>        /* These should be compiler independent */
  12. #include <clib/netlib_protos.h>
  13.  
  14. #include <proto/socket.h>
  15. #include <proto/usergroup.h>
  16.  
  17. #endif /* !BSDSOCKET_H */
  18.